**********************************
* ToggleME v.1.3                 *
* by Cdric CLAERHOUT            *
**********************************

**********************************
*      Addon Presentation        *
**********************************
This addon will allow your users to collapse/expand forum categories on forum page AND/OR on postbit

**********************************
*        Version History         *
**********************************
2011/12/07: v.1.3
	- ToggleME options: per usergroups, per styles, per area (forumhome, postbit)
	>>Upload files AND import xml to update AND configure this addon in admin->home->options->ToggleME

2011/12/04: v.1.2
	- Toggle user extra information in postbit
	>>Upload files AND import xml to update

2011/11/30: v.1.1 
	-Just one cookie to manage toggle memory (in version 1.0 : one cookie per category)
	-The code will now be compatible with addons using 
	 'forum categories' (providing they respect a certain coding pattern)
	
	>>Upload files to update

2011/11/29: v.1.0 release

**********************************
*         Installation           *
**********************************
1) Upload the files on your forum directory
2) Import xml file


**********************************
*        Configuration           *
**********************************
>To configure this addon in admin->home->options->ToggleME

>To configure the Appearance of the Collasped category, go to:
admincp=>Appearance=>Style Properties=>Forum / Node List

You will find three new settings:
-Category Strip Collasped 
-Category Strip Collasped Title
-Category Strip Collasped Description

**********************************
*      Button customization      *
**********************************
If you want ot customize buttons and use of your owns,
just go and edit the bottom of toggleme.css template.
You will find more information here.

**********************************
* Coding pattern for developers  *
**********************************
>FIRST PARENT TAG : <div class="categoryStrip"> 
	=> FIRST CHILD TAG : <div class="categoryText">
>SECOND PARENT TAG : any TAG (ol, div...)

P.S:
-The first parent tag is the Toggle Head (Toggle control)
-The second parent tag is the element to collapse or expand


**********************************
*          References            *
**********************************
=> Jquery inspiration
http://www.tobypitman.com/multiple-collapsable-panels-with-cookies/
=> xenForo cookie Integration
http://xenforo.com/community/threads/collapsible-sidebar.14475/
Thanks to TFH
